type github.com/klauspost/compress/zstd.encJob

7 uses

	github.com/klauspost/compress/zstd (current package)
		enc_jobs.go#L13: type encJob struct {
		enc_jobs.go#L30: 	jobCh    chan *encJob // dispatch to workers
		enc_jobs.go#L31: 	resultCh chan *encJob // ordered results to flusher
		enc_jobs.go#L51: 	js.jobCh = make(chan *encJob, n)
		enc_jobs.go#L52: 	js.resultCh = make(chan *encJob, n)
		enc_jobs.go#L80: func (e *Encoder) compressJob(enc encoder, job *encJob) {
		enc_jobs.go#L316: 	job := &encJob{